home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / restaura.swf / scripts / DefineSprite_290 / frame_1 / DoAction.as
Encoding:
Text File  |  2008-09-15  |  320 b   |  17 lines

  1. if(_root.koniec_czasu && _root.wersja == "pol")
  2. {
  3.    gotoAndStop(2 + random(21));
  4. }
  5. else if(_root.wersja == "pol")
  6. {
  7.    gotoAndStop(2 + random(18));
  8. }
  9. if(_root.koniec_czasu && _root.wersja == "ang")
  10. {
  11.    gotoAndStop(25 + random(21));
  12. }
  13. else if(_root.wersja == "ang")
  14. {
  15.    gotoAndStop(25 + random(18));
  16. }
  17.